Azure Database Support Blog

Options
275
Jose_Manuel_Jurado on May 30 2024 07:10 AM
577
Jose_Manuel_Jurado on May 28 2024 10:17 AM
491
Jose_Manuel_Jurado on May 28 2024 05:15 AM
615
Jose_Manuel_Jurado on May 27 2024 09:24 AM
623
Jose_Manuel_Jurado on May 24 2024 11:57 AM
708
Jose_Manuel_Jurado on May 22 2024 05:46 AM
578
Jose_Manuel_Jurado on May 21 2024 04:43 AM
822
Jose_Manuel_Jurado on May 18 2024 08:09 AM
934
Jose_Manuel_Jurado on May 17 2024 01:44 AM
1,038
Jose_Manuel_Jurado on May 16 2024 12:32 AM
1,069
Jose_Manuel_Jurado on May 15 2024 03:57 AM
975
Jose_Manuel_Jurado on May 14 2024 01:33 AM
766
Jose_Manuel_Jurado on May 13 2024 09:56 AM
908
Jose_Manuel_Jurado on May 10 2024 06:20 AM
1,731
Jose_Manuel_Jurado on May 09 2024 08:02 AM
1,304
SamGarth on Apr 22 2024 01:39 AM
1,650
Jose_Manuel_Jurado on Apr 01 2024 11:41 AM
2,010
Jose_Manuel_Jurado on Mar 30 2024 02:41 PM
1,537
Jose_Manuel_Jurado on Mar 18 2024 08:59 AM
2,031
Jose_Manuel_Jurado on Mar 15 2024 12:13 PM
2,913
jaigarcimicrosoft on Feb 02 2024 10:54 AM

Latest Comments

Hi @Jose_Manuel_Jurado I can see values ​​up to 500 in max_DOP column if I select the sys.dm_exec_query_stats DMV. What does that value represent? Thanks in advance
0 Likes
I couldn’t see the query used for checking the quick health check. Could you please share it
0 Likes
I used this method, but I am still unable to connect using private end point ip and useraname as username@servername to my managed instance. My username looks like email address removed for privacy reasons. Also I able to connect to port 1433 using IP from destination. Please let me know what else i...
0 Likes
In brief the error happens when trying to create a dacpac/bacpac from a database or database project (or build the database project) that has one of the following situations:1. SELECT * : using star(*) in a SELECT statement in a view2. 3 Part names: Including database name when referencing a table (...
0 Likes
Great lesson and something one would not even think about.Suggestion to change code @line 21 to :STRING_AGG(CONVERT(VARCHAR(max),sc1.StatisticName),'', '') WITHIN GROUP (ORDER BY sc1.StatisticName) AS StatisticsNames,This will prevent error when the comma delimeted statistics names exceed 8000 chara...
0 Likes